CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 相似度

搜索资源列表

  1. Face-Recognition

    0下载:
  2. 人脸识别特指利用分析比较人脸视觉特征信息进行身份鉴别的计算机技术。人脸识别是一项热门的计算机技术研究领域,它属于生物特征识别技术,是对生物体(一般特指人)本身的生物特征来区分生物体个体。一般来说,人脸识别系统包括图像摄取、人脸定位、图像预处理、以及人脸识别(身份确认或者身份查找)。系统输入一般是一张或者一系列含有未确定身份的人脸图像,以及人脸数据库中的若干已知身份的 人脸识别人脸图象或者相应的编码,而其输出则是一系列相似度得分,表明待识别的人脸的身份。-Face Recognition refe
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:130608
    • 提供者:古志榮
  1. region-match

    0下载:
  2. 图像的区域匹配,输入:两幅图像分割之后的邻接矩阵,还有两幅图像分割区域的每个块之间的相似度,就可以得出区域一对一匹配的关系-region match input:Adjacency matrix of picture A,B and Affinity matrix represent the Affinity of the every regions between pictures output:one-to-one match between regions of two pictu
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:13366
    • 提供者:Edward
  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
  1. Template-matching

    0下载:
  2. 模板匹配主要是采用基于灰度信息的匹配算法,其中是统计模板与原图像的相关系数,得到最大值的地方,就是相似度最大的地方,也就是成功地找到了匹配的像素点。具体的算法如下。其中,im_matched为原图像,im_template为模板图像。MaxR为最大相似度系数。-Template matching matching algorithm based on gray-scale information, which is the the statistical template with the co
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:563
    • 提供者:太一
  1. PCNN-Algorithm

    0下载:
  2. 本程序是运用脉冲耦合神经网络(PCNN)算法进行图像分割的一个实例。基于PCNN的图像分割是一种图像像素相似度临近相似性的图像分割方法,已被广泛应用于图像平滑,分割及边缘检测等图像处理领域。-This program is an instance of the algorithm for image segmentation using pulse coupled neural network (PCNN). PCNN-based segmentation of an image pixel s
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:17909
    • 提供者:guocheng
  1. imageSearch

    0下载:
  2. 统操作过程:读入一幅图像,根据这幅图像到一个图像集合中去查找,获得若干相似的图像,最后将查找获得的相似图像,按相似度进行排列。-System operation process: reads an image, according to this image to a collection of images to find, access to a number of similar images, and finally will find similar images obtained b
  3. 所属分类:JavaScript

    • 发布日期:2014-05-06
    • 文件大小:242688
    • 提供者:黄思聪
  1. MATLAB_MATCH

    0下载:
  2. MATLAB程序;对两幅图像进行相似度匹配!-MATLAB program similarity matching two images!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:199419
    • 提供者:胡虎
  1. sift-kdtree

    0下载:
  2. 程序实现了对图像sift特征的提取,并利用KD-树对图像进行相似度匹配。-Program image sift feature extraction and similarity matching KD-tree image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:2252647
    • 提供者:chengbo
  1. zhifangtuxiangsixing

    0下载:
  2. 是一款关于直方图相似性研究的程序,能对比两幅图像直方图的相似度-Is a histogram similarity study program can compare two images histogram similarity
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:703
    • 提供者:夜影
  1. get

    1下载:
  2. 获取图片的属性特征,来识别图像的相似度,很有实用价值-Get the attributes of the image to identify the similarity of the images
  3. 所属分类:对话框与窗口

    • 发布日期:2013-07-18
    • 文件大小:579580
    • 提供者:祝建华
  1. bilatering_filtering

    0下载:
  2. 结合图像的空间邻近度和像素值相似度的一种折衷处理,同时考虑空域信息和灰度相似性,达到保边去噪的目的,并且给出运行的图像的示例-Use balitering filtering to remove the the noise and protect the edge of it, in addition, we give an example done
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:2736088
    • 提供者:宋吉祥
  1. MatchShapes

    0下载:
  2. 基于七个不变矩的图像匹配算法 能够识别具有一定相似度的图像-a image matching method
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:744
    • 提供者:
  1. ssim

    0下载:
  2. 这个程序可以计算一幅图像的结构相似度指数SSIM,一定程度上评估图像质量。-This program can calculate an image structural similarity index SSIM, to some extent, to assess the quality of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:178672
    • 提供者:玄林江
  1. Image-similarity-detection

    0下载:
  2. 一种图像的相似度检测具有简单可靠的特性适合初学者-An image similarity detection with a simple and reliable characteristics suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:385688
    • 提供者:毕启民
  1. fd

    0下载:
  2. 人脸检测技术及VC++的实现代码,计算相似度、图像定位判断等-Face Detection technology and VC++ implementation code to calculate the similarity, image positioning judgment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:37779
    • 提供者:冯慧
  1. xinxilun

    0下载:
  2. 计算图像的信息熵,并转换成灰度图计算互信息比较图像相似程度等-Calculate the image information entropy, and converted into a grayscale image similar to the calculation of mutual information comparing the degree of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1171
    • 提供者:
  1. FaceDetect

    0下载:
  2. 人脸检测与特征定位,先做完人脸检测才能标注特征,在人脸检测区域可以进行二值化图像,相似度计算等操作,在特征标注区可以完成边缘提取,标记人脸器官操作-Face detection and feature location, perfect face detection to do first annotation feature, the face detection area in the binarized image can be performed, similarity calculat
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:398505
    • 提供者:DK_pis
  1. sifttext

    1下载:
  2. opencv的sift测试程序,通过摄像头提取图像与图片对比相似度-the opencv sift testing procedures, extract images through the camera and picture contrast similarity
  3. 所属分类:OpenCV

    • 发布日期:2016-11-11
    • 文件大小:3959808
    • 提供者:wangjiansen
  1. histogram-features-image-search

    1下载:
  2. 根据直方图特征,用巴氏系数算法求出源图像和要搜索图像的相似度-According histogram with pasteurized factor algorithm derived source image and the image you want to search for similarity
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-05
    • 文件大小:6106
    • 提供者:李语丝
  1. CCA_algorithm

    1下载:
  2. 典型相关分析的代码。本人亲自动手写的。可使用CCA处理两类不同的图像特征。得到他们的相似度特征。使用这新的特征来标注图像。-Canonical correlation analysis of the code. I personally get written. CCA-treated using two different types of image features. Get their similarity features. Using this new feature to anno
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:999
    • 提供者:韩昌刚
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com